1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmUNIT_MEASURE_ADD
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.Label1 = New System.Windows.Forms.Label
26         Me.Label2 = New System.Windows.Forms.Label
27         Me.Label3 = New System.Windows.Forms.Label
28         Me.txtid = New System.Windows.Forms.TextBox
29         Me.txtcode = New System.Windows.Forms.TextBox
30         Me.txtdescription = New System.Windows.Forms.TextBox
31         Me.cmdsave = New System.Windows.Forms.Button
32         Me.cmdcancel = New System.Windows.Forms.Button
33         Me.SuspendLayout()
34         
'
35         
'Label1
36         
'
37         Me.Label1.AutoSize = True
38         Me.Label1.Location = New System.Drawing.Point(
52, 9)
39         Me.Label1.Name =
"Label1"
40         Me.Label1.Size = New System.Drawing.Size(
25, 13)
41         Me.Label1.TabIndex =
0
42         Me.Label1.Text =
"ID :"
43         
'
44         
'Label2
45         
'
46         Me.Label2.AutoSize = True
47         Me.Label2.Location = New System.Drawing.Point(
38, 34)
48         Me.Label2.Name =
"Label2"
49         Me.Label2.Size = New System.Drawing.Size(
39, 13)
50         Me.Label2.TabIndex =
1
51         Me.Label2.Text =
"Code :"
52         
'
53         
'Label3
54         
'
55         Me.Label3.AutoSize = True
56         Me.Label3.Location = New System.Drawing.Point(
10, 65)
57         Me.Label3.Name =
"Label3"
58         Me.Label3.Size = New System.Drawing.Size(
67, 13)
59         Me.Label3.TabIndex =
2
60         Me.Label3.Text =
"Description :"
61         
'
62         
'txtid
63         
'
64         Me.txtid.BackColor = System.Drawing.Color.FromArgb(CType(CType(
255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
65         Me.txtid.Location = New System.Drawing.Point(
73, 6)
66         Me.txtid.Name =
"txtid"
67         Me.txtid.ReadOnly = True
68         Me.txtid.Size = New System.Drawing.Size(
100, 21)
69         Me.txtid.TabIndex =
3
70         
'
71         
'txtcode
72         
'
73         Me.txtcode.Location = New System.Drawing.Point(
73, 28)
74         Me.txtcode.MaxLength =
50
75         Me.txtcode.Name =
"txtcode"
76         Me.txtcode.Size = New System.Drawing.Size(
176, 21)
77         Me.txtcode.TabIndex =
4
78         
'
79         
'txtdescription
80         
'
81         Me.txtdescription.Location = New System.Drawing.Point(
73, 50)
82         Me.txtdescription.MaxLength =
50
83         Me.txtdescription.Multiline = True
84         Me.txtdescription.Name =
"txtdescription"
85         Me.txtdescription.Size = New System.Drawing.Size(
176, 44)
86         Me.txtdescription.TabIndex =
5
87         
'
88         
'cmdsave
89         
'
90         Me.cmdsave.Location = New System.Drawing.Point(
115, 100)
91         Me.cmdsave.Name =
"cmdsave"
92         Me.cmdsave.Size = New System.Drawing.Size(
64, 23)
93         Me.cmdsave.TabIndex =
6
94         Me.cmdsave.Text =
"&Save"
95         Me.cmdsave.UseVisualStyleBackColor = True
96         
'
97         
'cmdcancel
98         
'
99         Me.cmdcancel.Location = New System.Drawing.Point(
185, 100)
100         Me.cmdcancel.Name =
"cmdcancel"
101         Me.cmdcancel.Size = New System.Drawing.Size(
64, 23)
102         Me.cmdcancel.TabIndex =
7
103         Me.cmdcancel.Text =
"&Cancel"
104         Me.cmdcancel.UseVisualStyleBackColor = True
105         
'
106         
'FrmUNIT_MEASURE_ADD
107         
'
108         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
109         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
110         Me.BackColor = System.Drawing.Color.WhiteSmoke
111         Me.ClientSize = New System.Drawing.Size(
264, 132)
112         Me.Controls.Add(Me.cmdcancel)
113         Me.Controls.Add(Me.cmdsave)
114         Me.Controls.Add(Me.txtdescription)
115         Me.Controls.Add(Me.txtcode)
116         Me.Controls.Add(Me.txtid)
117         Me.Controls.Add(Me.Label3)
118         Me.Controls.Add(Me.Label2)
119         Me.Controls.Add(Me.Label1)
120         Me.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
121         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
122         Me.MaximizeBox = False
123         Me.MinimizeBox = False
124         Me.Name =
"FrmUNIT_MEASURE_ADD"
125         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
126         Me.Text =
"Unit Measure"
127         Me.ResumeLayout(False)
128         Me.PerformLayout()
129
130     End Sub
131     Friend WithEvents Label1 As System.Windows.Forms.Label
132     Friend WithEvents Label2 As System.Windows.Forms.Label
133     Friend WithEvents Label3 As System.Windows.Forms.Label
134     Friend WithEvents txtid As System.Windows.Forms.TextBox
135     Friend WithEvents txtcode As System.Windows.Forms.TextBox
136     Friend WithEvents txtdescription As System.Windows.Forms.TextBox
137     Friend WithEvents cmdsave As System.Windows.Forms.Button
138     Friend WithEvents cmdcancel As System.Windows.Forms.Button
139 End Class


Gõ tìm kiếm nhanh...